home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / Pdmod / modules / socket.m < prev    next >
Encoding:
Text File  |  2002-10-28  |  3.5 KB  |  96 lines

  1. LIBRARY SocketBase
  2.         Socket(d0,d1,d2)(d0)=-30,
  3.         Bind(d0,a0,d1)(d0)=-36,
  4.         Listen(d0,d1)(d0)=-42,
  5.         Accept(d0,a0,a1)(d0)=-48,
  6.         Connect(d0,a0,d1)(d0)=-54,
  7.         SendTo(d0,a0,d1,d2,a1,d3)(d0)=-60,
  8.         Send(d0,a0,d1,d2)(d0)=-66,
  9.         RecvFrom(d0,a0,d1,d2,a1,a2)(d0)=-72,
  10.         Recv(d0,a0,d1,d2)(d0)=-78,
  11.         Shutdown(d0,d1)(d0)=-84,
  12.         SetSockOpt(d0,d1,d2,a0,d3)(d0)=-90,
  13.         GetSockOpt(d0,d1,d2,a0,a1)(d0)=-96,
  14.         GetSockName(d0,a0,a1)(d0)=-102,
  15.         GetPeerName(d0,a0,a1)(d0)=-108,
  16.         IoctlSocket(d0,d1,a0)(d0)=-114,
  17.         CloseSocket(d0)(d0)=-120,
  18.         WaitSelect(d0,a0,a1,a2,a3,d1)(d0)=-126,
  19.         SetSocketSignals(d0,d1,d2)(d0)=-132,
  20.         GetDTableSize()(d0)=-138,
  21.         ObtainSocket(d0,d1,d2,d3)(d0)=-144,
  22.         ReleaseSocket(d0,d1)(d0)=-150,
  23.         ReleaseCopyOfSocket(d0,d1)(d0)=-156,
  24.         Errno()(d0)=-162,
  25.         SetErrnoPtr(a0,d0)(d0)=-168,
  26.         Inet_NtoA(d0:PTR TO TagItem)(d0)=-174,
  27.         Inet_Addr(a0)(d0)=-180,
  28.         Inet_LnaOf(d0)(d0)=-186,
  29.         Inet_NetOf(d0)(d0)=-192,
  30.         Inet_MakeAddr(d0,d1)(d0)=-198,
  31.         Inet_Network(a0)(d0)=-204,
  32.         GetHostByName(a0)(d0)=-210,
  33.         GetHostByAddr(a0,d0,d1)(d0)=-216,
  34.         GetNetByName(a0)(d0)=-222,
  35.         GetNetByAddr(d0,d1)(d0)=-228,
  36.         GetServByName(a0,a1)(d0)=-234,
  37.         GetServByPort(d0,a0)(d0)=-240,
  38.         GetProtoByName(a0)(d0)=-246,
  39.         GetProtoByNumber(d0)(d0)=-252,
  40.         SyslogA(d0,a0,a1:PTR TO TagItem)(d0)=-258,
  41.         Syslog(d0,a0,a1:LIST OF TagItem)(d0)=-258,
  42.         Dup2Socket(d0,d1)(d0)=-264,
  43.         SendMsg(d0,a0,d1)(d0)=-270,
  44.         RecvMsg(d0,a0,d1)(d0)=-276,
  45.         GetHostName(a0,d0)(d0)=-282,
  46.         GetHostId()(d0)=-288,
  47.         SocketBaseTagList(a0)(d0)=-294,
  48.         SocketBaseTags(a0:LIST OF TagItem)(d0)=-294,
  49.         socket(d0,d1,d2)(d0)=-30,
  50.         bind(d0,a0,d1)(d0)=-36,
  51.         listen(d0,d1)(d0)=-42,
  52.         accept(d0,a0,a1)(d0)=-48,
  53.         connect(d0,a0,d1)(d0)=-54,
  54.         sendto(d0,a0,d1,d2,a1,d3)(d0)=-60,
  55.         send(d0,a0,d1,d2)(d0)=-66,
  56.         recvfrom(d0,a0,d1,d2,a1,a2)(d0)=-72,
  57.         recv(d0,a0,d1,d2)(d0)=-78,
  58.         shutdown(d0,d1)(d0)=-84,
  59.         setsockopt(d0,d1,d2,a0,d3)(d0)=-90,
  60.         getsockopt(d0,d1,d2,a0,a1)(d0)=-96,
  61.         getsockname(d0,a0,a1)(d0)=-102,
  62.         getpeername(d0,a0,a1)(d0)=-108,
  63.         IoctlSocket(d0,d1,a0)(d0)=-114,
  64.         CloseSocket(d0)(d0)=-120,
  65.         WaitSelect(d0,a0,a1,a2,a3,d1)(d0)=-126,
  66.         SetSocketSignals(d0,d1,d2)(d0)=-132,
  67.         getdtablesize()(d0)=-138,
  68.         ObtainSocket(d0,d1,d2,d3)(d0)=-144,
  69.         ReleaseSocket(d0,d1)(d0)=-150,
  70.         ReleaseCopyOfSocket(d0,d1)(d0)=-156,
  71.         Errno()(d0)=-162,
  72.         SetErrnoPtr(a0,d0)(d0)=-168,
  73.         inet_ntoa(d0:PTR TO TagItem)(d0)=-174,
  74.         inet_addr(a0)(d0)=-180,
  75.         inet_lnaof(d0)(d0)=-186,
  76.         inet_netof(d0)(d0)=-192,
  77.         inet_makeaddr(d0,d1)(d0)=-198,
  78.         inet_network(a0)(d0)=-204,
  79.         gethostbyname(a0)(d0)=-210,
  80.         gethostbyaddr(a0,d0,d1)(d0)=-216,
  81.         getnetbyname(a0)(d0)=-222,
  82.         getnetbyaddr(d0,d1)(d0)=-228,
  83.         getservbyname(a0,a1)(d0)=-234,
  84.         getservbyport(d0,a0)(d0)=-240,
  85.         getprotobyname(a0)(d0)=-246,
  86.         getprotobynumber(d0)(d0)=-252,
  87.         vsyslog(d0,a0,a1)(d0)=-258,
  88.         syslog(d0,a0,a1:LIST OF TagItem)(d0)=-258,
  89.         Dup2Socket(d0,d1)(d0)=-264,
  90.         sendmsg(d0,a0,d1)(d0)=-270,
  91.         recvmsg(d0,a0,d1)(d0)=-276,
  92.         gethostname(a0,d0)(d0)=-282,
  93.         gethostid()(d0)=-288,
  94.         SocketBaseTagList(a0)(d0)=-294,
  95.         SocketBaseTags(a0:LIST OF TagItem)(d0)=-294
  96.